Skip to content

feat(spp_cel_registry_search): promote module to Beta status#25

Merged
gonzalesedwin1123 merged 1 commit into19.0from
feat/cel-registry-search-beta
Feb 11, 2026
Merged

feat(spp_cel_registry_search): promote module to Beta status#25
gonzalesedwin1123 merged 1 commit into19.0from
feat/cel-registry-search-beta

Conversation

@emjay0921
Copy link
Copy Markdown
Contributor

Why is this change needed?

The CEL Registry Search module has been manually verified and is ready for Beta. It provides an Advanced Search portal under the Registry menu that allows users to query registrants using CEL expressions with real-time validation and clickable results.

How was the change implemented?

Updated development_status from "Alpha" to "Beta" in __manifest__.py.

New unit tests

Unit tests executed by the author

How to test manually

  1. Navigate to Registry > Advanced Search (or /odoo/registry-cel)
  2. Test Individual searches:
    • r.gender_id.display == "Female" — returns female registrants
    • r.income < 1000 — returns low-income registrants
    • r.birthdate < "1960-01-01" — returns elderly registrants
  3. Test Group searches:
    • members.exists(m, m.gender_id.display == "Female") — groups with female members
  4. Verify validation feedback (invalid expressions show errors, valid ones show match counts)
  5. Verify clicking a result opens the registrant form

Related links

@gemini-code-assist
Copy link
Copy Markdown

Summary of Changes

Hello @emjay0921, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request updates the development status of the CEL Registry Search module to Beta. This change signifies that the module has undergone thorough manual verification and is now considered stable and ready for wider adoption, offering advanced search capabilities within the Registry menu.

Highlights

  • Module Status Promotion: The spp_cel_registry_search module has been promoted from "Alpha" to "Beta" status, indicating its readiness for broader use after manual verification.
Changelog
  • spp_cel_registry_search/manifest.py
    • Updated the development_status from "Alpha" to "Beta".
Activity
  • No specific activity (comments, reviews, etc.) has been recorded for this pull request.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the development_status of the spp_cel_registry_search module from 'Alpha' to 'Beta'. The change in __manifest__.py is correct. However, I've identified an inconsistency where the accompanying documentation files (README.rst and static/description/index.html) have not been updated and still reflect the 'Alpha' status. A review comment has been added to address this.

"version": "19.0.2.0.0",
"license": "LGPL-3",
"development_status": "Alpha",
"development_status": "Beta",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While this change correctly promotes the module to 'Beta', the documentation has not been updated to match. The README.rst and static/description/index.html files still refer to the module as 'Alpha'. This creates an inconsistency for users and developers.

The README.rst file indicates it is auto-generated (likely by oca-gen-addon-readme). Please regenerate the documentation to ensure it reflects the new 'Beta' status.

@gonzalesedwin1123 gonzalesedwin1123 merged commit 58ef751 into 19.0 Feb 11, 2026
15 of 16 checks passed
@gonzalesedwin1123 gonzalesedwin1123 deleted the feat/cel-registry-search-beta branch February 11, 2026 02:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants